You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Operators
>
!= Operator
>
Matrix.!= Operator (Matrix, [In] TCplx)
Dew Math for .NET
Matrix.!= Operator (Matrix, [In] TCplx)
Matrix Structure
Matrix Members
Dew.Math Namespace
!= Operator
Collapse All
Returns true, if any elements in Left are not equal to Right.
Syntax
C#
Visual Basic
public
static
bool
operator
!=
(
Matrix
Left
, [In]
TCplx
Right
);
Public
static
Operator
!=
(
Left
As
Matrix
,
Right
As
[In]
TCplx
)
Group
!= Operator
Links
Matrix Structure
,
Matrix Members
,
Dew.Math Namespace
,
!= Operator
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!